home *** CD-ROM | disk | FTP | other *** search
/ Kyoko 8203 / Kyoko 8203.iso / mac / comic.dxr / 00030_START.ls < prev    next >
Encoding:
Text File  |  2003-02-28  |  133 b   |  14 lines

  1. on mouseUp me
  2.   cursor(0)
  3.   go("SMALL")
  4.   updateStage()
  5. end
  6.  
  7. on mouseEnter me
  8.   cursor([1, 2])
  9. end
  10.  
  11. on mouseLeave me
  12.   cursor(0)
  13. end
  14.